SelectMovieAlternates
TheSelectMovieAlternates
function allows your application to instruct the Movie Toolbox to select appropriate tracks immediately.
pascal void SelectMovieAlternates (Movie theMovie);
theMovie
- Specifies the movie for this operation. Your application obtains this movie identifier from such functions as
NewMovie
,NewMovieFromFile
, andNewMovieFromHandle
(described on page 2-80, page 2-76, and page 2-78, respectively).DESCRIPTION
You can call theSelectMovieAlternates
function even if you have disabled automatic track selection with theSetAutoTrackAlternatesEnabled
function (which is described in the next section) or by setting thenewMovieDontAutoAlternate
flag when you created the movie (see page 2-79 for details on this flag).ERROR CODES
invalidMovie -2010 This movie is corrupted or invalid